home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 178 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: asimov.oit.umass.edu!apj
  2. From: apj@asimov.oit.umass.edu (ADAM P JENKINS)
  3. Newsgroups: comp.lang.c,comp.graphics.misc,comp.msdos.programmer
  4. Subject: Re: How to display bitmap files (.BMP) under DOS with Borland C++
  5. Followup-To: comp.lang.c,comp.graphics.misc,comp.msdos.programmer
  6. Date: 2 Jan 1996 21:23:29 GMT
  7. Organization: University of Massachusetts, Amherst
  8. Message-ID: <4cc7oh$s8d@nic.umass.edu>
  9. References: <30E330E9.4E1E@frld.bull.fr>
  10. NNTP-Posting-Host: asimov.oit.umass.edu
  11.  
  12. Marc Druilhe (M.Druilhe@frld.bull.fr) wrote:
  13. : Could anybody tell me the way to draw images files (.BMP) from
  14. : a C program under MSDOS (borland C++) ??
  15.  
  16. : Thank's for your help and Happy new year.
  17.  
  18. : Marc D. (M.Druilhe@frld.bull.fr)
  19.  
  20. I don't know of any libraries already written for this, but you can
  21. get a description of of different graphics formats, including .BMP
  22. from PC Games Programmer's encyclopedia, available from:
  23.  
  24.    x2ftp.oulu.fi in the /pub/msdos/programming/gpe directory.  
  25.  
  26. You can use this to help you write the code to read a BMP file.
  27. --
  28.  
  29. Adam P. Jenkins
  30. apj@twain.oit.umass.edu
  31.